VariableApi

interface VariableApi

Functions

Link copied to clipboard
abstract fun findAll(): List<String>

Get all text variables currently stored in the engine.

Link copied to clipboard
abstract fun get(key: String): String

Get a text variable.

Link copied to clipboard
abstract fun remove(key: String)

Destroy a text variable.

Link copied to clipboard
abstract fun set(key: String, value: String)

Set a text variable.